'Declaration
Public Overloads Sub SaveImage( _
ByRef byteArray As System.Byte(), _
ByVal imgFmt As System.Drawing.Imaging.ImageFormat, _
ByVal sz As System.Drawing.Size _
)
This method creates an image of the specified format and size of the current chart display and saves the results to the specified byte array. If an error occurs, an appropriate exception is thrown indicating the cause of error.